home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / ab20_archive / utilities / sound / led-ml.lzh / LED.s < prev   
Text File  |  1992-02-20  |  369b  |  11 lines

  1. ;LED by Kurt R. Krueger (kkrueger@zeus.unomaha.edu)
  2.  
  3. ;This is the a replacement for the HUGE 1088-bye monstrosity that turns
  4. ;the LED off.  I know the assembly code is terribly complex, but the
  5. ;advanced assembly programmer should be able to decipher it. :)
  6.  
  7.     bchg    #1,$BFE001    ;Flip-flop the bit of the CIA hardware
  8.                 ;register that controls the LED.
  9.     rts            ;Bye
  10.     end
  11.